home *** CD-ROM | disk | FTP | other *** search
/ Georgia Wildfire Prevention / Georgia Wildfire Prevention.iso / mac / media / dirs / BackUp / WildFire.dir / 00020_Script_change_vid button < prev    next >
Text File  |  2002-10-15  |  218b  |  12 lines

  1. property vidname
  2.  
  3. on getpropertydescriptionlist me
  4.   plist=[#vidname:[#comment:"member name",#format:#string,#default:""]]
  5.   return plist
  6. end
  7.  
  8. on mousedown me
  9.   sendallsprites(#new_video,vidname)
  10.   pass
  11. end
  12.